

----


====== BUGZILLA 3 ======

<note>La page n'existant pas encore je l'ai ajoutée brièvement, surtout pour un point à finaliser manuellement sous **Ubuntu 8.10**.</note>


===== Description =====

FIXME

===== Installation =====

L'installation se révèle assez simple, un petit 

  sudo apt-get install bugzilla3

Suivre les instructions. Jusque là pas de problème particulier, sauf que l'accès via un navigateur ne fonctionne pas directement.
Pour cela une petite ligne de commande :

  sudo ln -s /usr/share/bugzilla3/web /var/www/bugzilla3

On [[:tutoriel:comment_editer_un_fichier|édite le fichier]] /etc/apache2/httpd.conf

  sudo nano /etc/apache2/httpd.conf

On y ajoute ces lignes :

  <Directory /usr/share/bugzilla3/web>
  AddHandler cgi-script .cgi
  Options +Indexes +ExecCGI +FollowSymLinks
  DirectoryIndex index.cgi
  AllowOverride Limit
  </Directory>


On relance le serveur Apache

  sudo /etc/init.d/apache2 restart

===== Paramétrage =====

FIXME

===== Utilisations =====

Avec [[Subeclipse]]
FIXME

===== Liens =====
  * **[[http://www.bugzilla.org/|Site officiel]]**


------
//Contributeurs : // [[:utilisateurs/chtiland]]